home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / symbols / cz_qwerty < prev    next >
Encoding:
Text File  |  2004-03-24  |  537 b   |  17 lines

  1. // $XFree86: xc/programs/xkbcomp/symbols/cz_qwerty,v 1.2 2001/10/01 13:44:16 eich Exp $
  2.  
  3. partial alphanumeric_keys 
  4. xkb_symbols "basic" {
  5.  
  6.     // This layout should work exactly as a cz with the exception 
  7.     // of 'Z' and 'Y' keys, which are in the qwerty style (ie. swapped).
  8.     // 2001 by Kamil Toman <ktoman@email.cz>
  9.     
  10.     include "cz(basic)"
  11.  
  12.     key <AB01> { [    z,              Z,
  13.                 degree,         NoSymbol ] };
  14.     key <AD06> { [    y,              Y,
  15.             NoSymbol,       NoSymbol ] };                           
  16. };
  17.